golang.org/x/sys/unix.fileHandle.Type (field)
4 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L2243: Type int32
syscall_linux.go#L2259: fh.Type = handleType
syscall_linux.go#L2265: func (fh *FileHandle) Type() int32 { return fh.fileHandle.Type }
syscall_linux.go#L2271: return unsafe.Slice((*byte)(unsafe.Pointer(uintptr(unsafe.Pointer(&fh.fileHandle.Type))+4)), n)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)